gtk: Allow hiding the trough/slider in GtkScale
authorBastien Nocera <hadess@hadess.net>
Mon, 22 Nov 2010 17:46:25 +0000 (17:46 +0000)
committerBastien Nocera <hadess@hadess.net>
Wed, 1 Dec 2010 15:39:50 +0000 (15:39 +0000)
commit959fc60c47f56f42aef8407c06f17723f89c02e6
tree52b48226d7911756ce8efbc710169e7e8cdd0f09
parent926622e2ddd40757d923491039421095bdf6e662
gtk: Allow hiding the trough/slider in GtkScale

When setting a GtkRange's upper and lower values to the same
value, the slider will not be drawn any more.

https://bugzilla.gnome.org/show_bug.cgi?id=549720
gtk/gtkrange.c
gtk/gtkscale.c
tests/testscale.c